Weave Loader
0.2.4
jvm
Weave Loader
/
net.weavemc.loader.api.command
/
CommandBus
Command
Bus
open
class
CommandBus
(
source
)
The Command Bus manages commands by Weave mods.
Members
Constructors
Command
Bus
Link copied to clipboard
constructor
(
)
Functions
register
Link copied to clipboard
open
fun
register
(
command
:
Command
)
Commands can be registered at any time during the client lifecycle, but if you intend on normal behavior, you should register during the
preInit
phase.